ArcFM Solution Developer Guide
FormatWith(String,Object[]) Method


Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Overloads Shared Function FormatWith( _
   ByVal string As System.String, _
   ByVal ParamArray args() As System.Object _
) As System.String
'Usage
 
Dim string As System.String
Dim args() As System.Object
Dim value As System.String
 
value = StringExtensions.FormatWith(string, args)
[System.Runtime.CompilerServices.Extension()]
public static System.string FormatWith( 
   System.string string,
   params System.object[] args
)

Parameters

string
args
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

StringExtensions Class
StringExtensions Members
Overload List

 

 


Send Comment